home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / SheetMgr.nib / data.classes next >
Text File  |  1993-12-13  |  2KB  |  110 lines

  1. GraphView = {
  2.     SUPERCLASS = View;
  3. };
  4. SheetMgr = {
  5.     ACTIONS = {
  6.     rangeDisplayFormat:;
  7.     fillWithCell:;
  8.     windowWillResize:;
  9.     doGotoCell:;
  10.     changeView:;
  11.     setBaseFormat:;
  12.     windowWillClose:;
  13.     recalcRange:;
  14.     importTabText:;
  15.     doPrintStuff:;
  16.     clearFormat:;
  17.     labelInspector:;
  18.     clearData:;
  19.     globalFormat:;
  20.     closeSheet:;
  21.     exportTabText:;
  22.     convertCase:;
  23.     runMacroFromCurrent:;
  24.     copyDown:;
  25.     insertCells:;
  26.     createBarGraph:;
  27.     styleFontRange:;
  28.     cellFormat:;
  29.     revertToSaved:;
  30.     functionTable:;
  31.     resetColumnSize:;
  32.     pasteFormat:;
  33.     doPrintReport:;
  34.     doPreviewReport:;
  35.     reportSetup:;
  36.     save:;
  37.     executeSenderMacro:;
  38.     findPrevious:;
  39.     graphInspector:;
  40.     alignRange:;
  41.     copy:;
  42.     blankCell:;
  43.     autosum:;
  44.     insertLabelTable:;
  45.     move:;
  46.     cut:;
  47.     sortRange:;
  48.     gotoCell:;
  49.     findNext:;
  50.     writeDefaultTools:;
  51.     createLabelRange:;
  52.     pageSetup:;
  53.     pasteValue:;
  54.     windowDidBecomeMain:;
  55.     setRangeMode:;
  56.     convertFormulaToValue:;
  57.     copyRight:;
  58.     resetRowSize:;
  59.     selectPrintStuff:;
  60.     fontPanel:;
  61.     doRecalc:;
  62.     thinBorder:;
  63.     windowDidResignMain:;
  64.     deleteCells:;
  65.     doPrintPSCode:;
  66.     movePage:;
  67.     paste:;
  68.     thickBorder:;
  69.     clearNumericInput:;
  70.     fillSmart:;
  71.     saveAs:;
  72.     bestSize:;
  73.     noBorder:;
  74.     clear:;
  75.     clearStringInput:;
  76.     anotherWindow:;
  77.     changeFont:;
  78.     browser:;
  79.     };
  80.     OUTLETS = {
  81.     text;
  82.     theButtonMatrix;
  83.     window;
  84.     graphList;
  85.     modeName;
  86.     theIndication;
  87.     theSheet;
  88.     view;
  89.     scroll;
  90.     address;
  91.     };
  92.     SUPERCLASS = Object;
  93. };
  94. FirstResponder = {
  95.     ACTIONS = {
  96.     setRangeMode:;
  97.     };
  98.     SUPERCLASS = Object;
  99. };
  100. DPAcceptWindow = {
  101.     OUTLETS = {
  102.     theMatrix;
  103.     lastCell;
  104.     };
  105.     SUPERCLASS = Window;
  106. };
  107. SheetView = {
  108.     SUPERCLASS = View;
  109. };
  110.